xubh 4 年 前
コミット
8a33ad37f6

+ 2 - 2
src/main/java/com/minpay/shouhuo/RechargeManageAction.java

@@ -111,9 +111,9 @@ public class RechargeManageAction implements IMINAction {
 			MINSession session) throws MINBusinessException {
 		MINActionResult res = new MINActionResult();
 		User user = session.getUser();
-		if(!Constant.ADMINISTRATION_SYSTEM_NUMBER.equals(user.getBranchId())){
+		/*if(!Constant.ADMINISTRATION_SYSTEM_NUMBER.equals(user.getBranchId())){
 			throw new MINBusinessException("此用户没有权限,此操作");
-		}
+		}*/
 		String id = Service.lookup(IPublicService.class).getSequence("RECHARGE_RULE_NO");
 
 		String time = new DateTime().toDateTimeString();