Browse Source

解决了保存时候日期不自动同步的问题

git-svn-id: https://192.168.57.71/svn/jsgkj@1579 931142cf-59ea-a443-aa0e-51397b428577
ld_xuhx 8 years ago
parent
commit
9e3daa45da

+ 1 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/hxhbtj/hxhbtjpro.jsp

@@ -60,8 +60,7 @@
 				       		    title: '提示',
 				       		    content: '操作成功',
 				       		    confirm: function(){
-				       		    	
-				       		    		location.href=$.app+'/hxhbtjpro/main';
+				       		    		location.href=$.app+'/hxhbtjpro/main?rq='+data.message;
 				       		    }
 				           	});
 			           }else {

+ 2 - 1
gkjsjy/trunk/src/com/xt/jygl/gkyxtjyfx/hxhbtj/ctl/HxhbtjProCtl.java

@@ -492,6 +492,7 @@ public class HxhbtjProCtl extends BaseWebCtl {
 					hxhbtjproService.logicDelete(entity.getId());
 				}
 			}
+			wr.setMessage(rq);
 		}
 
 		for (int i = 0; i < szds.length; i++) {
@@ -552,7 +553,7 @@ public class HxhbtjProCtl extends BaseWebCtl {
 			hxhbtjproService.save(entity);
 
 		}
-
+	
 		return wr;
 	}