模拟证照数据
This commit is contained in:
@@ -14,4 +14,5 @@ public interface ApplyLicenseMapper extends Mapper<LicenseTransactDO> {
|
||||
|
||||
void updateByShopId(@Param("entity") LicenseTransactDO licenseTransactDO);
|
||||
|
||||
LicenseTransactDO selectByShopId(@Param("shopId") Long shopId);
|
||||
}
|
||||
|
||||
@@ -42,4 +42,9 @@
|
||||
|
||||
|
||||
</select>
|
||||
<select id="selectByShopId" resultType="com.cool.store.entity.LicenseTransactDO">
|
||||
select *
|
||||
from xfsg_license_transact
|
||||
where shop_id = #{shopId}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user