|
@@ -1002,7 +1002,7 @@ public class JsjdcbsjCtl extends BaseWebCtl {
|
|
|
} else {
|
|
|
entity.setFlowstatus("1");
|
|
|
}
|
|
|
- entity.setTbzt("Y");
|
|
|
+ entity.setSftb(Constants.YES);
|
|
|
entity = jsjdcbsjService.save(entity);
|
|
|
// 如果是省级审核通过或不通过后同步到市级
|
|
|
try {
|
|
@@ -1015,11 +1015,12 @@ public class JsjdcbsjCtl extends BaseWebCtl {
|
|
|
fjids=acc.getId()+",";
|
|
|
}
|
|
|
}
|
|
|
+ fjids= fjids.substring(0,fjids.lastIndexOf(",")-1);
|
|
|
}
|
|
|
String url = "/GK_OPERATION_JSJY_JSJDCBSJ_ONE_PC?condition=ID="+entity.getId()+";FJID_IN="+fjids;
|
|
|
boolean tbflag = getTbStatus(url);
|
|
|
if (tbflag) {
|
|
|
- entity.setSftb("Y");
|
|
|
+ entity.setTbzt("Y");
|
|
|
jsjdcbsjService.save(entity);
|
|
|
|
|
|
}
|