This commit is contained in:
zc
2026-02-27 10:50:07 +08:00
parent 0ee56404c2
commit 86527b9c21
611 changed files with 2741 additions and 2752 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="top.ysoft.admin.consume.mapper.RechargeRecordMapper">
<mapper namespace="top.wms.admin.consume.mapper.RechargeRecordMapper">
<select id="selectRechargePage" resultType="top.ysoft.admin.consume.model.resp.RechargeRecordResp">
<select id="selectRechargePage" resultType="top.wms.admin.consume.model.resp.RechargeRecordResp">
SELECT
r.id,
r.account_id,
@@ -30,7 +30,7 @@
${ew.getCustomSqlSegment}
</select>
<select id="selectExport" resultType="top.ysoft.admin.consume.model.resp.RechargeRecordResp">
<select id="selectExport" resultType="top.wms.admin.consume.model.resp.RechargeRecordResp">
SELECT
r.consume_money consumeMoney,
ifnull(r.emp_id, p.gh) empId,