增加 保养子表状态为null提醒

master
wanghao 3 weeks ago
parent 981abffcfd
commit 5d63919cc1

@ -64,9 +64,14 @@ public class MaintainDetail extends BaseObservable {
} }
public String getButtonText() { public String getButtonText() {
if ( maintStatus !=3) { try {
return "开始保养"; if ( maintStatus !=3) {
return "开始保养";
}
}catch (Exception exception){
return "子表maintStatus报错";
} }
// return "完成保养"; // return "完成保养";
return "查看保养"; return "查看保养";

Loading…
Cancel
Save