Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@1850 931142cf-59ea-a443-aa0e-51397b428577

ld_jiangxf 8 years ago
parent
commit
1df17b4f15

+ 1 - 1
gkjsjy/trunk/src/com/xt/jygl/gkjygl/gklhxkgl/gkjylhbg/ctl/LhbgCtl.java

@@ -550,7 +550,7 @@ public class LhbgCtl extends BaseWebCtl {
 			fjid = fjid.substring(0, fjid.length() - 1);
 		}
 
-		entity.setFlowstatus("6");
+		entity.setFlowstatus(null);
 		entity.setSftb(Constants.YES);
 		lhbgService.save(entity);
 		String url = "GK_OPERATION_JSJY_LHBG_ONE_CP?condition=ID=" + id + ";FJID=" + fjid;

+ 1 - 1
gkjsjy/trunk/src/com/xt/jygl/gkjygl/gklhxkgl/gkjylhyx/ctl/LhyxCtl.java

@@ -865,7 +865,7 @@ public class LhyxCtl extends BaseWebCtl {
 			fjid = fjid.substring(0, fjid.length() - 1);
 		}
 
-		entity.setFlowstatus("6");
+		entity.setFlowstatus(null);
 		entity.setSftb(Constants.YES);
 		lhyxService.save(entity);
 		String url = "GK_OPERATION_JSJY_LHYX_ONE_CP?condition=ID=" + id + ";FJID=" + fjid;