统计的时候 加上简称

This commit is contained in:
2025-08-05 14:10:25 +08:00
parent 4fbbc31a64
commit b281fc57db

View File

@ -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