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