产量统计报表report_type=10 的过滤掉

tags/yfai-mes-ext-v1.5
gsz 9 months ago
parent 0962527d5f
commit effc71dd95

@ -81,6 +81,7 @@ public class MesProductionRecordServiceImpl extends BaseMesService<MesProduction
String sql = " from mes_production_record mpr" +
" where 1=1 " +
" and mpr.organize_code =:organizeCode " +
" and mpr.report_type !='10' " +
" and mpr.is_deleted ='2' " +
" and mpr.is_valid ='1' ";
if (!StringUtil.isEmpty(startTime)) {

Loading…
Cancel
Save