解决批次商品选择批号的时候查询的bug
This commit is contained in:
parent
3824eacc19
commit
de4056573b
@ -1043,7 +1043,8 @@
|
|||||||
</if>
|
</if>
|
||||||
and m.enable_batch_number =1
|
and m.enable_batch_number =1
|
||||||
and di.delete_flag!=1) tb
|
and di.delete_flag!=1) tb
|
||||||
group by batch_number
|
group by id, bar_code, name, standard, model, unit_id,
|
||||||
|
commodity_unit, batch_number, expiration_date
|
||||||
order by expiration_date asc
|
order by expiration_date asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user