|
@@ -265,7 +265,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectCompanyMoneyAllList" resultType="com.fs.company.domain.Company">
|
|
<select id="selectCompanyMoneyAllList" resultType="com.fs.company.domain.Company">
|
|
|
- select company_id,company_name,money from company where is_del= 0
|
|
|
|
|
|
|
+ select company_id,company_name,money,red_package_money from company where is_del= 0
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<update id="batchUpdateCompany" parameterType="java.util.List">
|
|
<update id="batchUpdateCompany" parameterType="java.util.List">
|