Compare commits
2 Commits
85299bb26a
...
605cdb5aa0
Author | SHA1 | Date | |
---|---|---|---|
|
605cdb5aa0 | ||
|
647e3f5761 |
@ -1217,7 +1217,8 @@ public class AsynRunTaskService extends BaseService {
|
||||
*/
|
||||
private void createStoveCode(CurrTask currTask){
|
||||
if (!(isFirstTask(currTask)&&currTask.getKilnId()==3)) {
|
||||
String stoveCode = CodeGeneratorHelper.getStoveCode(currTask.getTargetPosition(), currTask.getPlcValue().toString());
|
||||
//String stoveCode = CodeGeneratorHelper.getStoveCode(currTask.getTargetPosition(), currTask.getPlcValue().toString());
|
||||
String stoveCode =StoveCodeUtils.getStoveCode(currTask.getTargetPosition(),currTask.getPlcValue());
|
||||
currTask.setStoveCode(stoveCode);
|
||||
currTaskServiceBiz.updateById(currTask);
|
||||
}else {
|
||||
|
Loading…
Reference in New Issue
Block a user