Browse Source

2025-02-06

master
qiezi 11 months ago
parent
commit
47ff3f8581
  1. 2
      src/main/resources/mapper/quote/QuoteDetailToolMapper.xml

2
src/main/resources/mapper/quote/QuoteDetailToolMapper.xml

@ -87,7 +87,7 @@
'', '',
isnull(th.standard_cost,0), isnull(th.standard_cost,0),
0, 0,
case when rt.tool_qty = 0 then 0 else th.standard_cost / rt.tool_qty end,
ISNULL(case when rt.tool_qty = 0 then 0 else th.standard_cost / rt.tool_qty end,0),
null, null,
#{createBy}, #{createBy},
#{createDate}, #{createDate},

Loading…
Cancel
Save