md
This commit is contained in:
parent
661b9704c9
commit
892d6d92d8
@ -22,7 +22,7 @@ public class ScanStatDataInfo implements Serializable {
|
||||
private Integer scanCount;
|
||||
private Integer signCount;
|
||||
|
||||
private String billCodeStr;
|
||||
// private String billCodeStr;
|
||||
|
||||
private String scanSiteCode;
|
||||
private String scanSiteName;
|
||||
|
||||
@ -65,7 +65,11 @@
|
||||
<!-- 1+ 查询-->
|
||||
<result property="scanCount" column="scan_count" />
|
||||
|
||||
<result property="billCodeStr" column="bill_code_str" />
|
||||
<association property="signCount"
|
||||
column="bill_code_str"
|
||||
select="selectSignCountByBillCodeStr"
|
||||
fetchType="lazy"
|
||||
/>
|
||||
|
||||
<association property="scanSiteName"
|
||||
column="scan_site_code"
|
||||
@ -76,7 +80,9 @@
|
||||
|
||||
</resultMap>
|
||||
|
||||
<!-- <association property="signCount"-->
|
||||
<!-- <result property="billCodeStr" column="bill_code_str" />-->
|
||||
|
||||
<!-- <association property="signCount"-->
|
||||
<!-- column="bill_code_str"-->
|
||||
<!-- select="selectSignCountByBillCodeStr"-->
|
||||
<!-- fetchType="lazy"-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user