解决退货单查询服务指令工单报错
This commit is contained in:
parent
787c0a65d5
commit
36dc38632b
|
|
@ -30,5 +30,5 @@ public interface InvoicingOrdersMapper extends BaseMapper<InvoicingOrders> {
|
|||
void cancelOrder(InvoicingOrders invoicingOrders);
|
||||
InvoicingOrders getOrderOne(InvoicingOrders invoicingOrders);
|
||||
|
||||
InvoicingDirectiveEntity selectInfoById(String id);
|
||||
InvoicingDirectiveEntity selectInfoById(@Param("id") String id);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -303,6 +303,7 @@
|
|||
LEFT JOIN sys_dict dict ON dict.dict_code = 'directive_order_opt_type'
|
||||
LEFT JOIN sys_dict_item mainStatus
|
||||
ON mainStatus.dict_id = dict.id AND mainStatus.item_value = a.opt_type
|
||||
where a.id = #{id}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue