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