Commit 589aef7b authored by 赵啸非's avatar 赵啸非

添加窗口编码

parent fc84fac0
...@@ -172,6 +172,8 @@ public class WindowOwnerController extends BaseCRUDJsonBodyMappingController<Win ...@@ -172,6 +172,8 @@ public class WindowOwnerController extends BaseCRUDJsonBodyMappingController<Win
} }
return jsonObject.toJSONString(); return jsonObject.toJSONString();
} }
/** /**
* 查询所有窗口汇总表日期分组 * 查询所有窗口汇总表日期分组
*/ */
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<result property="salaName" column="salaName" /> <result property="salaName" column="salaName" />
<result property="staffId" column="staffId" /> <result property="staffId" column="staffId" />
<result property="staffName" column="staffName" /> <result property="staffName" column="staffName" />
<collection property="windowOwnerDetailList" column="id" ofType="WindowOwnerDetailEntity" javaType="ArrayList" select="getWindowOwnerDetailByOwnerId"></collection> <collection property="windowOwnerDetailList" column="staffId" ofType="WindowOwnerDetailEntity" javaType="ArrayList" select="getWindowOwnerDetailByOwnerId"></collection>
</resultMap> </resultMap>
<resultMap type="WindowOwnerDetailEntity" id="WindowOwnerDetailEntity-Map"> <resultMap type="WindowOwnerDetailEntity" id="WindowOwnerDetailEntity-Map">
<result property="id" column="id" /> <result property="id" column="id" />
......
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