Commit d4c55e9d authored by 周健威's avatar 周健威

修改代码

parent 49b6501d
...@@ -36,7 +36,7 @@ public class GaindataLogController extends BaseController<GaindataLogBiz,Gaindat ...@@ -36,7 +36,7 @@ public class GaindataLogController extends BaseController<GaindataLogBiz,Gaindat
@ResponseBody @ResponseBody
public ObjectRestResponse<GaindataLog> appunauthBaseAdd(@RequestBody GaindataLog entity){ public ObjectRestResponse<GaindataLog> appunauthBaseAdd(@RequestBody GaindataLog entity){
// if(GaindataLog.TYPE_1001.equals()) // if(GaindataLog.TYPE_1001.equals())
String content = ""; String content = "{}";
// "进行了一次{}操作"; // "进行了一次{}操作";
if(null != entity.getGainId()) { if(null != entity.getGainId()) {
GainData gainData = gainDataBiz.selectById(entity.getGainId()); GainData gainData = gainDataBiz.selectById(entity.getGainId());
......
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