Compare commits

..

No commits in common. "605cdb5aa0276376c4940d31e86560e5db474b3a" and "85299bb26a2cd53ba717f4fbedbf3e8619649405" have entirely different histories.

View File

@ -1217,8 +1217,7 @@ 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 =StoveCodeUtils.getStoveCode(currTask.getTargetPosition(),currTask.getPlcValue());
String stoveCode = CodeGeneratorHelper.getStoveCode(currTask.getTargetPosition(), currTask.getPlcValue().toString());
currTask.setStoveCode(stoveCode);
currTaskServiceBiz.updateById(currTask);
}else {