解决商品导出的sql的bug
This commit is contained in:
parent
e77075c9b6
commit
057fd95817
@ -445,7 +445,7 @@
|
|||||||
select me.material_id, me.bar_code, me.commodity_unit from jsh_material_extend me
|
select me.material_id, me.bar_code, me.commodity_unit from jsh_material_extend me
|
||||||
where me.default_flag=0 and (me.sku='' or me.sku is null)
|
where me.default_flag=0 and (me.sku='' or me.sku is null)
|
||||||
and ifnull(me.delete_Flag,'0') !='1'
|
and ifnull(me.delete_Flag,'0') !='1'
|
||||||
group by me.material_id
|
group by me.material_id, me.bar_code, me.commodity_unit
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="findByMaterialName" resultType="com.jsh.erp.datasource.entities.Material">
|
<select id="findByMaterialName" resultType="com.jsh.erp.datasource.entities.Material">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user