42816 报工调整报表需求变更

tags/yfai-mes-ext-v1.7
gsz 8 months ago
parent 6341bf7842
commit 0d4b6fc6d8

@ -75,8 +75,8 @@ public class MesWorkOrderLogService extends BaseMesService<MesWorkOrderLog> impl
String sql = " from mes_work_order_log wol" +
" where 1=1 " +
" and wol.organize_code =:organizeCode " +
" and wol.work_order_type = '20' " +
" and wol.adjust_qty > 0 " +
// " and wol.work_order_type = '20' " +
// " and wol.adjust_qty > 0 " +
" and wol.is_deleted ='2' " +
" and wol.is_valid ='1' ";
if (!StringUtil.isEmpty(startTime)) {

Loading…
Cancel
Save