|
@@ -66,12 +66,6 @@ public class TdgyServiceImp implements TdgyService {
|
|
|
if (updateTdgyVo.getYdjgsj() != null) {
|
|
|
wrapper.set("ydjgsj", updateTdgyVo.getYdjgsj());
|
|
|
}
|
|
|
- if (updateTdgyVo.getSjkgsj() != null) {
|
|
|
- wrapper.set("sjkgsj", updateTdgyVo.getSjkgsj());
|
|
|
- }
|
|
|
- if (updateTdgyVo.getSfjg() != null) {
|
|
|
- wrapper.set("sfjg", updateTdgyVo.getSfjg());
|
|
|
- }
|
|
|
tdgyMapper.update(null, wrapper);
|
|
|
return RequestResult.success();
|
|
|
}
|