|
|
@@ -76,7 +76,7 @@ public interface CompanyConfigMapper
|
|
|
@Select("select config_value from company_config where company_id=#{companyId} and config_key='redPacket:config' ")
|
|
|
String selectRedPacketConfigByKey(Long companyId);
|
|
|
|
|
|
- @Select("select config_value from company_config where company_id=#{companyId} and config_key='his.AppRedPacket' ")
|
|
|
+ @Select("select config_value from company_config where company_id=#{companyId} and config_key='his:AppRedPacket' ")
|
|
|
String selectRedPacketConfigByKeyApp(Long companyId);
|
|
|
|
|
|
@Select("select \n" +
|