|
|
@@ -62,6 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="manufacturer" column="manufacturer"/>
|
|
|
<result property="manufacturerAddress" column="manufacturer_address"/>
|
|
|
<result property="indications" column="indications"/>
|
|
|
+ <result property="ingredient" column="ingredient"/>
|
|
|
<result property="dosage" column="dosage"/>
|
|
|
<result property="adverseReactions" column="adverse_reactions"/>
|
|
|
<result property="contraindications" column="contraindications"/>
|
|
|
@@ -99,7 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
is_del, give_integral, cost, is_good, browse, code_path, temp_id, spec_type, is_integral,
|
|
|
integral, product_type, prescribe_code, prescribe_spec, prescribe_factory, prescribe_name,
|
|
|
is_display,tui_cate_id,company_ids,is_drug,drug_image,drug_reg_cert_no,common_name,dosage_form,
|
|
|
- unit_price,batch_number,mah,mah_address,manufacturer,manufacturer_address,indications,dosage,
|
|
|
+ unit_price,batch_number,mah,mah_address,manufacturer,manufacturer_address,indications,ingredient,dosage,
|
|
|
adverse_reactions,contraindications,precautions,is_audit,store_id,instruction_manual,review_audit,qualification_certificate,qualification_certificate_start,qualification_certificate_end,
|
|
|
business, business_start, business_end,
|
|
|
license, license_start, license_end,
|
|
|
@@ -117,7 +118,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
p.is_del, p.give_integral, p.cost, p.is_good, p.browse, p.code_path, p.temp_id, p.spec_type, p.is_integral,
|
|
|
p.integral, p.product_type, p.prescribe_code, p.prescribe_spec, p.prescribe_factory, p.prescribe_name,
|
|
|
p.is_display,p.tui_cate_id,p.company_ids,p.is_drug,p.drug_image,p.drug_reg_cert_no,p.common_name,p.dosage_form,
|
|
|
- p.unit_price,p.batch_number,p.mah,p.mah_address,p.manufacturer,p.manufacturer_address,p.indications,p.dosage,
|
|
|
+ p.unit_price,p.batch_number,p.mah,p.mah_address,p.manufacturer,p.manufacturer_address,p.indications,p.ingredient,p.dosage,
|
|
|
p.adverse_reactions,p.contraindications,p.precautions,p.is_audit,p.store_id,
|
|
|
p.is_business_permanent,p.is_license_permanent,p.is_certificate_permanent,p.is_gmp_auth_permanent
|
|
|
from fs_store_product_scrm p
|