bug修复

pro
wj 2 years ago
parent e4ed256783
commit ed0793f0c2

@ -20,7 +20,7 @@ public class InvWarehouseEntity {
/** /**
* *
*/ */
@TableField(value = "code") @TableField(value = "`code`")
private String code; private String code;
/** /**

@ -394,12 +394,13 @@
</select> </select>
<resultMap id="selectInvListTreeByUser" type="com.glxp.api.vo.inv.InvWarehouseTreeVo" autoMapping="true"> <resultMap id="selectInvListTreeByUser" type="com.glxp.api.vo.inv.InvWarehouseTreeVo" autoMapping="true">
<result column="code" property="code"></result>
<collection property="bussinessTypeList" autoMapping="true" ofType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity" <collection property="bussinessTypeList" autoMapping="true" ofType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity"
column="code" select="com.glxp.api.dao.auth.WarehouseBussinessTypeDao.selectListByAction"/> column="code" select="com.glxp.api.dao.auth.WarehouseBussinessTypeDao.selectListByAction"/>
</resultMap> </resultMap>
<select id="selectInvListTreeByUser" resultMap="selectInvListTreeByUser"> <select id="selectInvListTreeByUser" resultMap="selectInvListTreeByUser">
select auth_warehouse.code, select auth_warehouse.`code`,
auth_warehouse.name, auth_warehouse.name,
auth_warehouse.parentId, auth_warehouse.parentId,
auth_warehouse.parentCode, auth_warehouse.parentCode,

Loading…
Cancel
Save