update:
生成炉号
This commit is contained in:
parent
d5464eed6c
commit
7cfa7168e1
@ -1217,7 +1217,7 @@ public class AsynRunTaskService extends BaseService {
|
|||||||
*/
|
*/
|
||||||
private void createStoveCode(CurrTask currTask){
|
private void createStoveCode(CurrTask currTask){
|
||||||
if (!(isFirstTask(currTask)&&currTask.getKilnId()==3)) {
|
if (!(isFirstTask(currTask)&&currTask.getKilnId()==3)) {
|
||||||
String stoveCode = CodeGeneratorHelper.getStoveCode(currTask.getKilnName(), currTask.getPlcValue().toString());
|
String stoveCode = CodeGeneratorHelper.getStoveCode(currTask.getTargetPosition(), currTask.getPlcValue().toString());
|
||||||
currTask.setStoveCode(stoveCode);
|
currTask.setStoveCode(stoveCode);
|
||||||
currTaskServiceBiz.updateById(currTask);
|
currTaskServiceBiz.updateById(currTask);
|
||||||
}else {
|
}else {
|
||||||
|
Loading…
Reference in New Issue
Block a user