diff --git a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml index e46502f..21ac5c3 100644 --- a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml +++ b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/CreditCardBillMapper.xml @@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + @@ -35,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.update_time, a.del_flag, a.bill_state, + a.remark, bc."name" as bank_name, bc.code as bank_code from @@ -85,6 +87,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update_time, del_flag, bill_state, + remark, #{id}, @@ -99,6 +102,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{updateTime}, #{delFlag}, #{billState}, + #{remark}, @@ -116,6 +120,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update_time = #{updateTime}, del_flag = #{delFlag}, bill_state = #{billState}, + remark = #{remark}, where id = #{id} diff --git a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/FutureStocksBillMapper.xml b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/FutureStocksBillMapper.xml index c10fb9b..f7f7ffd 100644 --- a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/FutureStocksBillMapper.xml +++ b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/FutureStocksBillMapper.xml @@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + @@ -39,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.type, a.bill_year, a.bill_month, + a.remark, fs2 ."name" as future_stocks_name, fs2.code as future_stocks_code from @@ -91,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" type, bill_year, bill_month, + remark, #{id}, @@ -107,6 +110,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{type}, #{billYear}, #{billMonth}, + #{remark}, @@ -126,6 +130,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" type = #{type}, bill_year = #{billYear}, bill_month = #{billMonth}, + remark = #{remark}, where id = #{id} diff --git a/sql/20240520-sql/dump-intc_invest_dev-202405201752 b/sql/20240520-sql/dump-intc_invest_dev-202405201752 new file mode 100644 index 0000000..9ae98dd Binary files /dev/null and b/sql/20240520-sql/dump-intc_invest_dev-202405201752 differ diff --git a/sql/20240520-sql/dump-intc_invest_test-202405201752 b/sql/20240520-sql/dump-intc_invest_test-202405201752 new file mode 100644 index 0000000..96243fb Binary files /dev/null and b/sql/20240520-sql/dump-intc_invest_test-202405201752 differ diff --git a/sql/20240520-sql/dump-intc_system-202405201752 b/sql/20240520-sql/dump-intc_system-202405201752 new file mode 100644 index 0000000..b5fc455 Binary files /dev/null and b/sql/20240520-sql/dump-intc_system-202405201752 differ