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