This commit is contained in:
zds
2022-08-10 09:23:18 +08:00
parent 0c8aa97994
commit d885047303

View File

@@ -163,7 +163,7 @@ public class WorkOrderServiceImpl implements WorkOrdereService {
JSONObject old2 = mstTab.query("workorder_id='"+workorder_id+"'").uniqueResult(0); JSONObject old2 = mstTab.query("workorder_id='"+workorder_id+"'").uniqueResult(0);
if(old2!=null){ if(old2!=null){
String pcsn_old = old2.getString("pcsn"); String pcsn_old = old2.getString("pcsn");
if(!pcsn_old.equals("pcsn")){ if(!pcsn_old.equals(pcsn)){
this.updatePcsn(whereJson); this.updatePcsn(whereJson);
} }
} }