Commit 7a2fec52 by rongkailun

【修改】医疗、物流修改

parent e1343de8
......@@ -44,7 +44,7 @@ public class MedicalController {
*/
@RequestMapping("/info/{id}")
// @RequiresPermissions("manage:medical:info")
public R info(@PathVariable("id") Integer id){
public R info(@PathVariable("id") String id){
MedicalEntity medical = medicalService.getById(id);
return R.ok().put("medical", medical);
......
......@@ -31,6 +31,7 @@ public class LogisticsEntity implements Serializable {
* $column.comments
*/
private String title;
private String oldtitle;
/**
* $column.comments
*/
......
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