|  | @@ -67,7 +67,7 @@
 | 
											
												
													
														|  |  			b.u8_Remarks memo,/*备注*/
 |  |  			b.u8_Remarks memo,/*备注*/
 | 
											
												
													
														|  |  			b.inventory_Code,/*物料编码*/
 |  |  			b.inventory_Code,/*物料编码*/
 | 
											
												
													
														|  |  			b.inventory_Name,/*物料名称*/
 |  |  			b.inventory_Name,/*物料名称*/
 | 
											
												
													
														|  | -			b.material_Composition AS Composition,/*成分/Composition*/
 |  | 
 | 
											
												
													
														|  | 
 |  | +			b.inventory_Name 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(b.guangpei_Gate_Width,'x') REGEXP '[^0-9.]'>0,'0',b.guangpei_Gate_Width)) as Width,
 |  |  			(if(ifnull(b.guangpei_Gate_Width,'x') REGEXP '[^0-9.]'>0,'0',b.guangpei_Gate_Width)) as Width,
 | 
											
												
													
														|  |  			b.sales_Unit_Price AS price,/*价格*/
 |  |  			b.sales_Unit_Price AS price,/*价格*/
 |