|
@@ -68,7 +68,7 @@ public class TdgyServiceImp implements TdgyService {
|
|
|
// 约定竣工时间
|
|
|
wrapper.set("ydjgsj", updateTdgyVo.getYdjgsj());
|
|
|
}
|
|
|
- if(updateTdgyVo.getSfkg()){
|
|
|
+ if(updateTdgyVo.getSfkg()!=null){
|
|
|
// 是否开工
|
|
|
wrapper.set("sfkg", updateTdgyVo.getSfkg());
|
|
|
}
|
|
@@ -77,7 +77,7 @@ public class TdgyServiceImp implements TdgyService {
|
|
|
wrapper.set("sjkgsj", updateTdgyVo.getSjkgsj());
|
|
|
}
|
|
|
|
|
|
- if (updateTdgyVo.getSfjg()) {
|
|
|
+ if (updateTdgyVo.getSfjg()!=null) {
|
|
|
// 是否竣工
|
|
|
wrapper.set("sfjg", updateTdgyVo.getSfjg());
|
|
|
}
|