统计的时候 加上简称
This commit is contained in:
@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectAllCount" resultMap="xyDataCheck">
|
||||
SELECT
|
||||
x.xy,
|
||||
x.jc as xy,
|
||||
IFNULL( re.data_count, 0 ) AS data_count
|
||||
FROM
|
||||
xy x
|
||||
|
Reference in New Issue
Block a user