|
@@ -1280,6 +1280,9 @@ END) as projectScale*/
|
|
<if test="sqlMap.dsf !=null and sqlMap.dsf!=''">
|
|
<if test="sqlMap.dsf !=null and sqlMap.dsf!=''">
|
|
AND ((w1.user_id = #{currentUser.id} AND w1.del_flag='0' AND a.company_id = #{currentUser.company.id})${sqlMap.dsf} )
|
|
AND ((w1.user_id = #{currentUser.id} AND w1.del_flag='0' AND a.company_id = #{currentUser.company.id})${sqlMap.dsf} )
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="projectMaterialStorageStatus !=null and projectMaterialStorageStatus!=''">
|
|
|
|
+ AND a.project_material_storage_status= #{projectMaterialStorageStatus}
|
|
|
|
+ </if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|