|
|
@@ -248,7 +248,7 @@ public class EquipmentMaintenancePlanJob extends AbstractJob {
|
|
|
private void startSbjdjzjlFlow() throws Exception{
|
|
|
List<Map<String, Object>> addList = new ArrayList<>();
|
|
|
//1查出所有计划的数据并且去重
|
|
|
- String sql = "SELECT .she_bei_ming_chen,s.she_bei_bian_hao_ ,s.yuan_she_bei_bian ,s.can_shu_ ,s.liang_cheng_ , " +
|
|
|
+ String sql = "SELECT s.she_bei_ming_chen,s.she_bei_bian_hao_ ,s.yuan_she_bei_bian ,s.can_shu_ ,s.liang_cheng_ , " +
|
|
|
" s.xiu_zheng_yin_zi_ ,s.jian_ding_zhou_qi,s.yi_jian_xiao_ri_q,s.fu_ze_ren_,s.ji_hua_ri_qi_,s.jian_ding_xiang_m , " +
|
|
|
" s.jian_ding_dan_wei ,s.di_dian_,s.dan_wei_id ,a.bian_zhi_bu_men_ ,s.id_ as zid_,f.id_ as fid_ " +
|
|
|
" FROM t_mjsbjdxzjhzb s " +
|