|
@@ -928,6 +928,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
other_special_qualification_start,other_special_qualification_end,is_business_license_permanent,store_seq,merchant_id,business_code,
|
|
other_special_qualification_start,other_special_qualification_end,is_business_license_permanent,store_seq,merchant_id,business_code,
|
|
|
drug_code,medical_device1_code,medical_device2_code,medical_device3_code,food_code,medical_code,other_special_qualification_code,
|
|
drug_code,medical_device1_code,medical_device2_code,medical_device3_code,food_code,medical_code,other_special_qualification_code,
|
|
|
quality_assurance_agreement_code,settlement_agreement_code,title_name_one,title_Name_two,title_Name_three,
|
|
quality_assurance_agreement_code,settlement_agreement_code,title_name_one,title_Name_two,title_Name_three,
|
|
|
|
|
+ qualification_update_time,
|
|
|
|
|
+ DATEDIFF(qualification_update_time, NOW()) AS days_diff,
|
|
|
( SELECT COUNT(*) FROM fs_store_product_scrm sps WHERE sps.store_id = ss.store_id ) AS productCount
|
|
( SELECT COUNT(*) FROM fs_store_product_scrm sps WHERE sps.store_id = ss.store_id ) AS productCount
|
|
|
FROM
|
|
FROM
|
|
|
fs_store_scrm ss
|
|
fs_store_scrm ss
|