Merge branch 'dev' of http://122.51.230.86:3000/dianliang/lanan-system into dev
This commit is contained in:
commit
b87ddecee6
@ -106,4 +106,9 @@ public class CustomerMain extends TenantBaseDO {
|
||||
*/
|
||||
private String memberLevelId;
|
||||
|
||||
}
|
||||
/**
|
||||
* 是否挂账
|
||||
*/
|
||||
private String isHangAccount;
|
||||
|
||||
}
|
||||
|
@ -34,6 +34,7 @@
|
||||
main.near_do_time AS nearDoTime,
|
||||
main.near_do_content AS nearDoContent,
|
||||
main.inviter AS inviter,
|
||||
main.is_hang_account AS isHangAccount,
|
||||
main.inviter_type AS inviterType,
|
||||
main.status AS status,
|
||||
group_concat(item.ser_content) AS serContents,
|
||||
@ -102,6 +103,8 @@
|
||||
main.near_do_content AS nearDoContent,
|
||||
main.inviter AS inviter,
|
||||
main.inviter_type AS inviterType,
|
||||
main.member_level_id AS memberLevelId,
|
||||
main.is_hang_account AS isHangAccount,
|
||||
main.STATUS AS STATUS,
|
||||
group_concat( item.ser_content ) AS serContents,
|
||||
memberLevel.NAME AS levelName,
|
||||
@ -131,4 +134,4 @@
|
||||
where bcc.deleted = '0'
|
||||
and bcc.car_id = #{carId}
|
||||
</select>
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
@ -61,7 +61,7 @@ public class RepairRecordsController {
|
||||
|
||||
/**
|
||||
* 维修工查询维修记录
|
||||
* @param pageReqVO 维修工分页查询条件
|
||||
* @param pageReqVO
|
||||
*
|
||||
*/
|
||||
@GetMapping("/page")
|
||||
|
Loading…
Reference in New Issue
Block a user