退料申请表数据问题修改
This commit is contained in:
parent
a98d4dc800
commit
1f8da0f8e9
|
|
@ -700,7 +700,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
@Transactional(rollbackFor=Exception.class)
|
||||
public int edit(TmTask tmTask) {
|
||||
int flag = 0;
|
||||
int res = 0;
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ public class BackApplyController extends BaseController {
|
|||
/**
|
||||
* 退料申请详情--用于退料单,不带分页
|
||||
*/
|
||||
@ApiOperation(value = "退料申请(退料单、审批)")
|
||||
@ApiOperation(value = "退料申请(退料单、驳回提交)")
|
||||
@GetMapping("/materialReturnNoteByApply")
|
||||
public AjaxResult materialReturnNoteByApply(BackApplyInfo bean) {
|
||||
bean.setFlag(1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue