|
|
|
@@ -74,7 +74,7 @@ public class WxBrandServiceImpl implements WxBrandService { |
|
|
|
} |
|
|
|
try { |
|
|
|
wxBrand.setUpdatetime(new Date()); |
|
|
|
wxBrandMapper.updateByPrimaryKeySelective(wxBrand); |
|
|
|
wxBrandMapper.updateByPrimaryKey(wxBrand); |
|
|
|
return new ResultData(Result.SUCCESS, "操作成功"); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("更新租赁合同信息失败,e:" + e.getMessage()); |
|
|
|
|