提交退料优化

This commit is contained in:
mashuai 2024-11-15 19:18:31 +08:00
parent f0001119dc
commit f47319052a
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
} else { } else {
taskNum = "01"; taskNum = "01";
} }
return "H" + format + "-" + taskNum; return "T" + format + "-" + taskNum;
} }
/** /**