Commit d078008e by huluobin

# update

parent 55853c14
...@@ -59,9 +59,9 @@ public interface CostTypeService extends IService<CostTypeDomain> { ...@@ -59,9 +59,9 @@ public interface CostTypeService extends IService<CostTypeDomain> {
*/ */
CostTypeResult queryByNo(String typeNo); CostTypeResult queryByNo(String typeNo);
//获取物流subjectCode
GetLogisticsCodeResp getLogisticsCode(); GetLogisticsCodeResp getLogisticsCode();
//获取物流subjectCode
//获取物流银行帐号 //获取物流银行帐号
GetLogisticsBankResp getLogisticsBank(String subSupplierName); GetLogisticsBankResp getLogisticsBank(String subSupplierName);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
from cost_type t1 from cost_type t1
left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no
where t1.cost_template_type =#{req.costTemplateType} where t1.cost_template_type =#{req.costTemplateType}
<if test="req.accountingSubjectNo !=null"> <if test="req.accountingSubjectNo !=null and req.accountingSubjectNo!='' ">
and t1.accounting_subject_no = #{req.accountingSubjectNo} and t1.accounting_subject_no = #{req.accountingSubjectNo}
</if> </if>
</sql> </sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment