退料审核代码提交
This commit is contained in:
parent
834faeee43
commit
52745e9a4e
|
|
@ -537,12 +537,6 @@ public class TmTaskServiceImpl implements TmTaskService {
|
||||||
List<TmTask> tmTaskList = new ArrayList<>();
|
List<TmTask> tmTaskList = new ArrayList<>();
|
||||||
TmTask tmTask = tmTaskMapper.getLeaseListTmTask(task);
|
TmTask tmTask = tmTaskMapper.getLeaseListTmTask(task);
|
||||||
if (tmTask != null) {
|
if (tmTask != null) {
|
||||||
if (tmTask.getTaskStatus() == 31) {
|
|
||||||
tmTask.setTaskName("机具分公司审核");
|
|
||||||
}
|
|
||||||
if (tmTask.getTaskStatus() == 32) {
|
|
||||||
tmTask.setTaskName("施工部审核");
|
|
||||||
}
|
|
||||||
List<LeaseApplyInfo> leaseApplyInfoList = tmTaskMapper.getLeaseListByLeaseInfo(task);
|
List<LeaseApplyInfo> leaseApplyInfoList = tmTaskMapper.getLeaseListByLeaseInfo(task);
|
||||||
tmTask.setLeaseApplyInfoList(leaseApplyInfoList);
|
tmTask.setLeaseApplyInfoList(leaseApplyInfoList);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue