提交 18b4b2cc authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 84bfe1fe
......@@ -40,7 +40,7 @@ public class SaveUpdateStatuteLibraryForm {
@ApiModelProperty("所属部门")
private String department;
@ApiModelProperty("所属部门")
private String departmentId;
private Integer departmentId;
@ApiModelProperty("关键词")
private String keyword;
@ApiModelProperty("正文")
......
......@@ -48,7 +48,7 @@ public class StatuteLibrary {
@ApiModelProperty("所属部门")
private String department;
@ApiModelProperty("所属部门")
private String departmentId;
private Integer departmentId;
@ApiModelProperty("关键词")
private String keyword;
@ApiModelProperty("正文")
......
......@@ -28,7 +28,7 @@ public interface AudioLibraryMapper extends BaseMapper<AudioLibrary> {
+ "select distinct a.id,a.name,a.source,g.price,g.priceType,g.sellingPrice,"
+ "DATE_FORMAT(a.uploadTime,'%Y-%m-%d %H:%i:%s') uploadTime,a.timeLength,"
+ "a.size,a.status,a.isDelete,g.dataSources,a.bookName from res_audio_library a "
+ "LEFT JOIN res_resource_relation ad on a.id = ad.objectId "
+ "LEFT JOIN res_classify_relation ad on a.id = ad.objectId "
+ "LEFT JOIN res_audio_goods g on a.id=g.objectId "
+ "where 1=1 and a.isDelete = 0 "
+ "</if>"
......
......@@ -33,7 +33,7 @@ public interface StatuteLibraryMapper extends BaseMapper<StatuteLibrary>{
+ "a.isDelete,g.dataSources from res_statute_Library a "
+ "<if test='"+ NOTBLANK +"(form.diyTypeCode)'>"
+ "INNER JOIN res_resource_relation ad on a.id = ad.objectId "
+ "INNER JOIN res_classify_relation ad on a.id = ad.objectId "
+ "</if>"
+ "INNER JOIN res_statute_goods g on a.id=g.objectId "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论