diff --git a/ruoyi-admin/src/main/resources/mapper/system/SysSupplierMapper.xml b/ruoyi-admin/src/main/resources/mapper/system/SysSupplierMapper.xml index 1845a7b2..50ab368a 100644 --- a/ruoyi-admin/src/main/resources/mapper/system/SysSupplierMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/system/SysSupplierMapper.xml @@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" insert into sys_supplier - supplier_type, + supplier_type, purchase_buyer, supplier_qualification, supplier_code, @@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - #{supplierType}, + #{supplierType}, #{useStatus}, #{auditStatus}, #{purchaseBuyer}, @@ -170,7 +170,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update sys_supplier - supplier_type = #{supplierType}, + supplier_type = #{supplierType}, use_status = #{useStatus}, audit_status = #{auditStatus}, purchase_buyer = #{purchaseBuyer},