优化
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user