Commit 60645b49 authored by suhuiguang's avatar suhuiguang

1.编辑代码公共代码开发

parent 3201f058
...@@ -468,6 +468,7 @@ ...@@ -468,6 +468,7 @@
SELECT SELECT
jri.RECORD as equipId, jri.RECORD as equipId,
jri.EQU_CODE as equCode, jri.EQU_CODE as equCode,
jri.EQU_CODE_TYPE as equCodeType,
jri.USE_ORG_CODE as useOrgCode, jri.USE_ORG_CODE as useOrgCode,
jri.ORGANIZATION_CODE as organizationCode, jri.ORGANIZATION_CODE as organizationCode,
jri.ORGANIZATION_NAME as organizationName, jri.ORGANIZATION_NAME as organizationName,
...@@ -479,7 +480,7 @@ ...@@ -479,7 +480,7 @@
jri.PRODUCT_PHOTO as productPhoto, jri.PRODUCT_PHOTO as productPhoto,
jri.BRAND_NAME as brandName, jri.BRAND_NAME as brandName,
jri.EQU_PRICE as equPrice, jri.EQU_PRICE as equPrice,
jri.CAR_NUMBER as carNumber, jri.CAR_NUMBER as carNumber,
jfi.FACTORY_NUM as factoryNum, jfi.FACTORY_NUM as factoryNum,
jfi.PRODUCE_UNIT_NAME as produceUnitName, jfi.PRODUCE_UNIT_NAME as produceUnitName,
date_format(jfi.PRODUCE_DATE,'%Y-%m-%d') as produceDate, date_format(jfi.PRODUCE_DATE,'%Y-%m-%d') as produceDate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment