列表返回字段添加createUserId
This commit is contained in:
@ -97,4 +97,6 @@ public class LngContractPageVo {
|
|||||||
*/
|
*/
|
||||||
@ApiModelProperty("自主托运")
|
@ApiModelProperty("自主托运")
|
||||||
private String transName;
|
private String transName;
|
||||||
|
|
||||||
|
private Long createUserId;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -75,4 +75,6 @@ public class LngScorePageVo {
|
|||||||
@ApiModelProperty("备注")
|
@ApiModelProperty("备注")
|
||||||
private String note;
|
private String note;
|
||||||
|
|
||||||
|
private Long createUserId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,7 +23,7 @@ import com.xjrsoft.module.contract.vo.LngContractPageVo;
|
|||||||
public interface LngContractPurMapper extends MPJBaseMapper<LngContractPur>, BaseMapper<LngContractPur> {
|
public interface LngContractPurMapper extends MPJBaseMapper<LngContractPur>, BaseMapper<LngContractPur> {
|
||||||
|
|
||||||
|
|
||||||
@Select("SELECT k.id, k.rule_user_id, k.k_no, k.k_name, su.su_sname AS cp_name, k.date_from," +
|
@Select("SELECT k.id, k.rule_user_id, k.k_no, k.k_name,k.create_user_id, su.su_sname AS cp_name, k.date_from," +
|
||||||
" k.date_to, GROUP_CONCAT(DISTINCT p.full_name) AS point_up_name," +
|
" k.date_to, GROUP_CONCAT(DISTINCT p.full_name) AS point_up_name," +
|
||||||
" GROUP_CONCAT(DISTINCT di_trans.name) AS trans_name, com.name as com_name," +
|
" GROUP_CONCAT(DISTINCT di_trans.name) AS trans_name, com.name as com_name," +
|
||||||
" k.appro_code, dd_a.name as appro_name, k.note" +
|
" k.appro_code, dd_a.name as appro_name, k.note" +
|
||||||
|
|||||||
Reference in New Issue
Block a user