Commit a7cc018a by 陶光胜

门店保存修改

parent 896738ea
......@@ -47,6 +47,7 @@ public class StoreWidgetServiceImpl implements StoreWidgetService {
tabStoreWidget.setAuthSearchParam(storeWidgetDTO.getAuthSearchParam());
tabStoreWidget.setSearchParam(storeWidgetDTO.getSearchParam());
tabStoreWidget.setWriteBackParam(storeWidgetDTO.getWriteBackParam());
tabStoreWidget.setStoreWidgetId(storeWidgetDTO.getStoreWidgetId());
return this.tabStoreWidgetMapper.updateByPrimaryKeySelective(tabStoreWidget);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment