xubh il y a 4 ans
Parent
commit
8a33ad37f6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/main/java/com/minpay/shouhuo/RechargeManageAction.java

+ 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();