|  | @@ -31,6 +31,9 @@ public class SysPaymentConfigController extends BaseController {
 | 
	
		
			
				|  |  |          if (paymentConfig != null) {
 | 
	
		
			
				|  |  |              return failed("此分部配置已经存在");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        Date nowDate = new Date();
 | 
	
		
			
				|  |  | +        sysPaymentConfig.setCreateTime(nowDate);
 | 
	
		
			
				|  |  | +        sysPaymentConfig.setCreateTime(nowDate);
 | 
	
		
			
				|  |  |          return succeed(sysPaymentConfigService.insert(sysPaymentConfig));
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |