|
@@ -15,7 +15,7 @@ public interface ZyDrugMapper {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@Select({"<script>",
|
|
@Select({"<script>",
|
|
- "SELECT charge_code , " +
|
|
|
|
|
|
+ "SELECT charge_code=rtrim(charge_code) , " +
|
|
" serial=a.serial , " +
|
|
" serial=a.serial , " +
|
|
" amount=sum(a.amount) , " +
|
|
" amount=sum(a.amount) , " +
|
|
" retprice=max(a.retprice), " +
|
|
" retprice=max(a.retprice), " +
|