| | |
| | | import com.dsh.guns.config.UserExt; |
| | | import com.dsh.guns.core.common.constant.factory.PageFactory; |
| | | import com.dsh.guns.core.util.ToolUtil; |
| | | import com.dsh.guns.modular.system.model.CouponDataVo; |
| | | import com.dsh.guns.modular.system.model.Region; |
| | | import com.dsh.guns.modular.system.service.IRegionService; |
| | | import com.dsh.guns.modular.system.service.IStoreService; |
| | |
| | | * 提交添加 |
| | | */ |
| | | @RequestMapping(value = "/commitData") |
| | | public void commitData(){ |
| | | public Object commitData(CouponDataVo dataVo){ |
| | | Integer objectType = UserExt.getUser().getObjectType(); |
| | | |
| | | |
| | | client.insertIntoData(dataVo); |
| | | |
| | | return "SUCCESS"; |
| | | } |
| | | } |