Compare commits
No commits in common. "4259d6badd013d636b5b4816229d6a98192583b4" and "1530b2e63b02744600a23b327b8e1f4171e25cd0" have entirely different histories.
4259d6badd
...
1530b2e63b
|
|
@ -90,7 +90,6 @@ public class TbMdjfjxxxbServiceImpl implements ITbMdjfjxxxbService
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
return tbMdjfjxxxbMapper.insertTbMdjfjxxxb(tbMdjfjxxxb);
|
return tbMdjfjxxxbMapper.insertTbMdjfjxxxb(tbMdjfjxxxb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ public class TbMdjfjxxxbController extends BaseController
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 新增保存矛盾纠纷简项信息
|
* 新增保存矛盾纠纷简项信息fe2a6503-9b6e-4c36-a147-6961514ca185
|
||||||
*/
|
*/
|
||||||
@RequiresPermissions("system:mdjfjxxxb:add")
|
@RequiresPermissions("system:mdjfjxxxb:add")
|
||||||
// @Log(title = "矛盾纠纷简项信息", businessType = BusinessType.INSERT)
|
// @Log(title = "矛盾纠纷简项信息", businessType = BusinessType.INSERT)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue