改名
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user