Compare commits
2 Commits
1530b2e63b
...
4259d6badd
| Author | SHA1 | Date |
|---|---|---|
|
|
4259d6badd | |
|
|
67fc86a2cf |
|
|
@ -90,6 +90,7 @@ 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