|
@@ -114,7 +114,7 @@
|
|
b.u8_Remarks memo,/*备注*/
|
|
b.u8_Remarks memo,/*备注*/
|
|
b.inventory_Code,/*物料编码*/
|
|
b.inventory_Code,/*物料编码*/
|
|
b.inventory_Name,/*物料名称*/
|
|
b.inventory_Name,/*物料名称*/
|
|
- b.inventory_Name AS Composition,/*成分/Composition*/
|
|
|
|
|
|
+ b.material_composition AS Composition,/*成分/Composition*/
|
|
if(INSTR(c.Weight,'克')>0,left(c.Weight,char_length(c.Weight)-1),0) gramWeight,
|
|
if(INSTR(c.Weight,'克')>0,left(c.Weight,char_length(c.Weight)-1),0) gramWeight,
|
|
(if(ifnull(c.guangpei_Gate_Width,'x') REGEXP '[^0-9.]'>0,'0',c.guangpei_Gate_Width)) as Width,
|
|
(if(ifnull(c.guangpei_Gate_Width,'x') REGEXP '[^0-9.]'>0,'0',c.guangpei_Gate_Width)) as Width,
|
|
b.sales_Unit_Price AS price,/*价格*/
|
|
b.sales_Unit_Price AS price,/*价格*/
|