Merge branch 'master' of https://gitee.com/wjl2008_admin/nuttyreading-java into zcc
This commit is contained in:
@@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.annotation.TableLogic;
|
|||||||
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@TableName("taihu_welfare")
|
@TableName("taihu_welfare")
|
||||||
public class TaihuWelfareEntity {
|
public class TaihuWelfareEntity {
|
||||||
@@ -22,6 +24,8 @@ public class TaihuWelfareEntity {
|
|||||||
|
|
||||||
private Integer sort;
|
private Integer sort;
|
||||||
|
|
||||||
|
private Date createTime;
|
||||||
|
|
||||||
@TableLogic
|
@TableLogic
|
||||||
private Integer delFlag;
|
private Integer delFlag;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public class CourseMedicineServiceImpl extends ServiceImpl<CourseMedicineDao, Co
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.updateById(courseMedicine);
|
this.updateById(courseMedicine);
|
||||||
return R.ok().put("medicine", courseMedicine);
|
return R.ok().put("Medical", courseMedicine);
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<CourseMedicine> medicals(int id){
|
private List<CourseMedicine> medicals(int id){
|
||||||
|
|||||||
Reference in New Issue
Block a user