| | |
| | | import com.vincent.rsf.server.common.annotation.OperationLog; |
| | | import com.vincent.rsf.server.common.utils.ExcelUtil; |
| | | import com.vincent.rsf.server.manager.entity.excel.AsnOrderTemplate; |
| | | import com.vincent.rsf.server.manager.enums.OrderType; |
| | | import com.vincent.rsf.server.system.controller.BaseController; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | if (Objects.isNull(transferParams)) { |
| | | throw new CoolException("参数不能为空!!"); |
| | | } |
| | | return receiveMsgService.syncTransfer(transferParams); |
| | | |
| | | return receiveMsgService.syncTransfer(transferParams, getLoginUserId()); |
| | | } |
| | | |
| | | |
| | |
| | | if (Objects.isNull(reviseParams)) { |
| | | return R.error("参数不能为空!!"); |
| | | } |
| | | return receiveMsgService.syncLocRevise(reviseParams); |
| | | return receiveMsgService.syncLocRevise(reviseParams, getLoginUserId()); |
| | | } |
| | | |
| | | /** |