Commit 08692e5f by 陶光胜

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents 9f1ee65a 4ac6a096
......@@ -135,7 +135,7 @@ public class ClerkApiServiceImpl implements ClerkApiService {
storeSearchDTO.setSearchJson(clerkSearchDTO.getSelectJson());
storeSearchDTO.setStoreIds(clerkSearchDTO.getStoreIds());
return this.storeApiService.listStore(storeSearchDTO, pageNum, pageSize);
return this.storeApiService.listStore(storeSearchDTO, pageNum, pageSize, "storeId,storeName,storeCode,storeInfoId,ownType");
}
@Override
......
......@@ -98,7 +98,7 @@
#{updateTime,jdbcType=TIMESTAMP},
</if>
<if test="fromEnterpriseId != null">
#{fromEnterpriseId}
#{fromEnterpriseId},
</if>
</trim>
</insert>
......
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