|
@@ -290,7 +290,7 @@ public class ZhcxLowaltitudeDebtfreeCheckServiceImpl extends ServiceImpl<ZhcxLow
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
private String getStepStatusPower(ZhcxLowaltitudeDebtfreeCheckDo checkDo) {
|
|
private String getStepStatusPower(ZhcxLowaltitudeDebtfreeCheckDo checkDo) {
|
|
- if(ObjectUtil.isEmpty(checkDo.getQualitystatus())) {
|
|
|
|
|
|
+ if(ObjectUtil.isEmpty(checkDo.getElectromechanicalstatus())) {
|
|
checkDo.setQualitystatus("assembling");
|
|
checkDo.setQualitystatus("assembling");
|
|
}
|
|
}
|
|
|
|
|