Merge branch 'dev' into test

pro
wj 2 years ago
commit f88ac7da1c

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

@ -394,12 +394,13 @@
</select>
<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"
column="code" select="com.glxp.api.dao.auth.WarehouseBussinessTypeDao.selectListByAction"/>
</resultMap>
<select id="selectInvListTreeByUser" resultMap="selectInvListTreeByUser">
select auth_warehouse.code,
select auth_warehouse.`code`,
auth_warehouse.name,
auth_warehouse.parentId,
auth_warehouse.parentCode,

Loading…
Cancel
Save