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