|
@@ -100,7 +100,7 @@ public class RyTask
|
|
|
//只需要更新化验状态即可
|
|
|
bizDevice.setAssayStatus(bizDeviceNew.getAssayStatus());
|
|
|
bizDevice.setAssayTime(bizDeviceNew.getAssayTime());
|
|
|
- bizDevice.setUpdateBy("task-job");
|
|
|
+ bizDevice.setUpdateBy("1");
|
|
|
bizDevice.setUpdateTime(DateUtils.getNowDate());
|
|
|
this.bizDeviceMapper.updateBizDevice(bizDevice);
|
|
|
}else {
|