Commit e13baa0a authored by hezhen's avatar hezhen

123

parent 6b3dead9
...@@ -82,4 +82,11 @@ public class AdminCompanyWalletDetailController extends BaseController<CompanyWa ...@@ -82,4 +82,11 @@ public class AdminCompanyWalletDetailController extends BaseController<CompanyWa
} }
@RequestMapping(value = "selectListByCath", method = RequestMethod.GET)
@ApiModelProperty(value = "提现记录")
public ObjectRestResponse<PageDataVO<CompanyWalletDetailVo>> selectListByCath(WalletCathDTO walletCathDTO) {
return ObjectRestResponse.succ(walletCathBiz.selectList(walletCathDTO));
}
} }
\ No newline at end of file
<?xml version="1.0" encoding="UTF-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" > <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.xxfc.platform.order.mapper.CompanyWalletCathMapper"> <mapper namespace="com.github.wxiaoqi.security.admin.mapper.CompanyWalletCathMapper">
<select id="selectList" resultType="com.xxfc.platform.order.pojo.vo.CompanyWalletCathVo" parameterType="com.xxfc.platform.order.pojo.dto.WalletCathDTO"> <select id="selectList" resultType="com.github.wxiaoqi.security.admin.vo.CompanyWalletCathVo" parameterType="com.github.wxiaoqi.security.admin.dto.WalletCathDTO">
SELECT SELECT
wc.*, wc.*,
c.`name` as companyName, c.`name` as companyName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment